home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
COMPILER
/
VP10B003
/
VPC
/
BIN
/
VP.STR
< prev
next >
Wrap
Text File
|
1995-06-21
|
51KB
|
1,819 lines
00000 Syntax: VPC [options] filename [options]
00000 @xxxx indicates use response file xxxx
00000 -B = Build all units -M = Make modified units
00000 -D<syms> = Define conditionals -O<path> = Output directories
00000 -G = Produce linker map file -Q = Quiet compile
00000 -I<path> = Include directories -U<path> = Unit directories
00000 Compiler switches: -$<dir><state> (defaults are shown below)
00000 AlignCode%c Data alignment
00000 AlignData%c Code alignment
00000 AlignRec%c Alignment of record and object fields
00000 Asm%c Assembler output
00000 B%c Full boolean evaluation
00000 Cdecl%c C calling convention
00000 D%c Debug information
00000 Far16%c Far16 Pascal calling convention
00000 FastSelf%c Register Self object pointer
00000 Frame%c Stack frame for assembler routines
00000 G3%c 386 instructions
00000 G4%c 486 instructions
00000 G5%c Pentium instructions
00000 I%c I/O error checking
00000 L%c Local debug symbols
00000 OrgName%c Original names
00000 P%c Open string parameters
00000 PureInt%c Pure interface unit
00000 Q%c Overflow checking
00000 R%c Range checking
00000 S%c Stack checking
00000 SmartLink%c Create library instead of object file
00000 Speed%c Optimize for speed
00000 StdCall%c StdCall calling convention
00000 T%c Typed pointers
00000 V%c Strict var-strings
00000 X%c Extended syntax
00000 Zd%c Line numbers in .OBJ file
00000 Memory sizes: -$M<StackSize> (default: %d)
00001 Out of memory
00002 Identifier expected
00003 Unknown identifier '%s'
00004 Duplicate identifier '%s'
00005 Syntax error
00006 Error in real constant
00007 Error in integer constant
00008 String constant exceeds line
00009 Unexpected end of program
00010 Unexpected end of file
00011 Line too long
00012 Type identifier expected
00013 Too many open files
00014 Invalid file name (%s)
00015 File '%s' is not found
00016 Disk full
00017 Invalid compiler directive
00018 Argument needs type override
00019 Undefined type in pointer definition (%s)
00020 Variable identifier expected
00021 Error in type
00022 Structure too large
00023 Set base type out of range
00024 File components may not be files or objects
00025 Invalid string length
00026 Type mismatch
00027 Invalid subrange base type
00028 Lower bound > than upper bound
00029 Ordinal type expected
00030 Integer constant expected
00031 Constant expected
00032 Integer or real constant expected
00033 Pointer type identifier expected
00034 Invalid function result type
00035 Label identifier expected
00036 BEGIN expected
00037 END expected
00038 Integer expression expected
00039 Ordinal expression expected
00040 Boolean expression expected
00041 Operand types do not match operator
00042 Error in expression
00043 Illegal assignment
00044 Field identifier expected
00045 Operand types do not match
00046 Address size conflict
00047 Invalid instruction
00048 Library too big
00049
00050 DO expected
00051 Argument to instruction has illegal size
00052 Invalid number of operands to instruction
00053 Overlapped case selector
00054 OF expected
00055 INTERFACE expected
00056 Invalid align boundary
00057 THEN expected
00058 TO or DOWNTO expected
00059 Undefined forward (%s)
00060 Cannot be modified
00061 Invalid typecast
00062 Division by zero
00063 Invalid file type
00064 Cannot read or write variables of this type
00065 Pointer variable expected
00066 String variable expected
00067 String expression expected
00068 Circular unit reference (%s)
00069 Unit name mismatch (%s)
00070 Unit version mismatch (%s)
00071 Internal stack overflow
00072 Unit file format error (%s)
00073 Implementation expected
00074 Constant and case types don't match
00075 Record or object variable expected
00076 Constant out of range
00077 File variable expected
00078 Pointer expression expected
00079 Integer or real expression expected
00080 Label not within current block (%s)
00081 Label already defined
00082 Undefined label '%s' in preceding statement part
00083 Invalid @ argument
00084 UNIT expected
00085 ';' expected
00086 ':' expected
00087 ',' expected
00088 '(' expected
00089 ')' expected
00090 '=' expected
00091 ':=' expected
00092 '[' or '(.' expected
00093 ']' or '.)' expected
00094 '.' expected
00095 '..' expected
00096 Too many variables
00097 Invalid FOR control variable
00098 Longint variable expected
00099 Files types are not allowed here
00100 String length mismatch
00101 Invalid ordering of fields
00102 String constant expected
00103 Integer or real variable expected
00104 Ordinal variable expected
00105 Invalid array base type
00106 Character expression expected
00107
00108 Overflow in arithmetic operation
00109 No enclosing FOR, WHILE or REPEAT statement
00110
00111
00112 CASE constant out of range
00113 Error in statement
00114
00115
00116
00117
00118 Include files are not allowed here
00119 No inherited methods are accessible here
00120
00121 Invalid qualifier
00122 Invalid variable reference
00123 Too many symbols
00124 Statement part too large
00125
00126 Files must be var parameters
00127
00128 Misplaced conditional directive
00129 ENDIF directive missing
00130 Error in initial conditional defines
00131 Header does not match previous definition
00132
00133 Cannot evaluate this expression
00134 Expression incorrectly terminated
00135 Invalid format specifier
00136 Invalid indirect reference
00137 Structured variables are not allowed here
00138 Cannot evaluate without System unit
00139 Cannot access this symbol
00140 Invalid floating-point operation
00141
00142 Pointer or procedural variable expected
00143 Invalid procedure or function reference
00144
00145
00146 File access denied (%s)
00147 object type expected
00148 Local object types are not allowed
00149 VIRTUAL expected
00150 Method identifier expected
00151 Virtual constructors are not allowed
00152 Constructor identifier expected
00153 Destructor identifier expected
00154 FAIL only allowed within constructors
00155 Invalid combination of opcode and operands
00156 Memory reference expected
00157 Cannot add or subtract relocatable symbols
00158 Invalid register combination
00159 Invalid instruction for selected processor
00160 Invalid symbol reference
00161 Code generation error
00162 ASM expected
00163 Duplicate dynamic method index
00164 Internal compiler error #%d
0 ;■■■[ Buttons ]■■■
20000 ~Y~es
20001 ~N~o
20002 O~k~
20003 ~C~ancel
20004 O~K~
20005 Cancel
20006 Help
20007 OK
0 ;■■■[ Message Box Titles ]■■■
20100 Warning
20101 Error
20102 Information
20103 Confirmation
0 ;■■■[ File names ]■■■
20110 VP.CFG
20111 VP.VDH
20112 \PIPE\VPC%08x%c
20113 SYSTEM.VPI
0 ;■■■[ Miscellaneous IDE Messages ]■■■
20205 ^M^JType EXIT to return to Virtual Pascal...^M^J
0 ; VPC command line
20250 -# /$AlignCode%c /$AlignData%c /$AlignRec%c /$Frame%c /$OrgName%c
20251 /$G3%c /$G4%c /$G5%c
0 20252 /$Speed%c
20253 /$R%c /$S%c /$I%c /$Q%c
20254 /$V%c /$B%c /$X%c /$T%c /$P%c
20255 /$D%c /$L%c /$ZD%c /$Asm%c
20256 /$M%d
20257 /D%s
20258 /I%s
20259 /O%s
20260 /U%s
20261 /M
20262 /B
20263 /G
20264 %s
20265 /$FastSelf%c /$SmartLink%c
20266 /$Cdecl- /$Far16%1#%c /$Cdecl%c /$StdCall%c
20280 Compiling...
20281 Linking...
20282 Success.
20283 Error: return code = %d.
20284 Compiling resources...
20285 Binding resources...
20286 Creating import library...
0 ; Step over special CPU instructions
20350 loop |
20351 loope |
20352 loopne|
20353 call |
20354 popf |
20355 popfd |
20356 pushf |
20357 pushfd|
20358 rep |
20359 repe |
20360 repne |
20361 int |
20362 into |
0 ; Hint lines
20400 ~^X^Y^Z^[~ Move
20401 ~Shift-^X^Y^Z^[~ Resize
20402 ~^Q─┘~ Done
20403 ~Esc~ Cancel
20410 ~F1~-Help
20411 ~F2~-Save
20412 ~F3~-Load
20413 ~F4~-Here
20414 ~F5~-Zoom
20415 ~F6~-Thd
20416 ~F7~-Trace
20417 ~F8~-Step
20418 ~F9~-Make
20419 ~F10~-Menu
20420 ~F1~ Help on help
20421 ~Alt-F1~ Previous topic
20422 ~Shift-F1~ Help index
20423 ~Esc~ Close help
20430 ~F1~ Help
0 ;■■■■[ Keystrokes ]■■■
20700 NoKey
20701 Alt-Esc
20702 Alt-Space
20703 Ctrl-@
20704 Ctrl-Ins
20705 Shift-Ins
20706 Ctrl-Del
20707 Shift-Del
20708 Alt-BS
20709 Alt-Shift-BS
20715 Shift-Tab
20716 Alt-Q
20717 Alt-W
20718 Alt-E
20719 Alt-R
20720 Alt-T
20721 Alt-Y
20722 Alt-U
20723 Alt-I
20724 Alt-O
20725 Alt-P
20726 Alt-[
20727 Alt-]
20728 Alt-Enter
20730 Alt-A
20731 Alt-S
20732 Alt-D
20733 Alt-F
20734 Alt-G
20735 Alt-H
20736 Alt-J
20737 Alt-K
20738 Alt-L
20739 Alt-;
20740 Alt-'
20741 Alt-`
20743 Alt-\
20744 Alt-Z
20745 Alt-X
20746 Alt-C
20747 Alt-V
20748 Alt-B
20749 Alt-N
20750 Alt-M
20751 Alt-,
20752 Alt-.
20753 Alt-/
20755 Alt-Grey*
20759 F1
20760 F2
20761 F3
20762 F4
20763 F5
20764 F6
20765 F7
20766 F8
20767 F9
20768 F10
20771 Home
20772 Up
20773 PgUp
20774 Alt-Grey-
20775 Left
20776 Center
20777 Right
20778 Alt-Grey+
20779 End
20780 Dn
20781 PgDn
20782 Ins
20783 Del
20784 Shift-F1
20785 Shift-F2
20786 Shift-F3
20787 Shift-F4
20788 Shift-F5
20789 Shift-F6
20790 Shift-F7
20791 Shift-F8
20792 Shift-F9
20793 Shift-F10
20794 Ctrl-F1
20795 Ctrl-F2
20796 Ctrl-F3
20797 Ctrl-F4
20798 Ctrl-F5
20799 Ctrl-F6
20800 Ctrl-F7
20801 Ctrl-F8
20802 Ctrl-F9
20803 Ctrl-F10
20804 Alt-F1
20805 Alt-F2
20806 Alt-F3
20807 Alt-F4
20808 Alt-F5
20809 Alt-F6
20810 Alt-F7
20811 Alt-F8
20812 Alt-F9
20813 Alt-F10
20814 Ctrl-PrtSc
20815 Ctrl-Left
20816 Ctrl-Right
20817 Ctrl-End
20818 Ctrl-PgDn
20819 Ctrl-Home
20820 Alt-1
20821 Alt-2
20822 Alt-3
20823 Alt-4
20824 Alt-5
20825 Alt-6
20826 Alt-7
20827 Alt-8
20828 Alt-9
20829 Alt-0
20830 Alt-
20831 Alt=
20832 Ctrl-PgUp
20833 F11
20834 F12
20835 Shift-F11
20836 Shift-F12
20837 Ctrl-F11
20838 Ctrl-F12
20839 Alt-F11
20840 Alt-F12
20841 Ctrl-Up
20842 Ctrl-Grey-
20843 Ctrl-Center
20844 Ctrl-Grey+
20845 Ctrl-Dn
20848 Ctrl-Tab
20849 Ctrl-Grey/
20850 Ctrl-Grey*
20851 Alt-Home
20852 Alt-Up
20853 Alt-PgUp
20855 Alt-Left
20857 Alt-Right
20859 Alt-End
20860 Alt-Dn
20861 Alt-PgDn
20862 Alt-Ins
20863 Alt-Del
20864 Alt-Grey/
20865 Alt-Tab
20866 Alt-GreyEnter
20900 Enter
20901 Ctrl-Enter
20902 Esc
20903 BS
20904 Tab
20905 -
20906 Grey-
20907 *
20908 Grey*
20909 +
20910 Grey+
20911 Ctrl-BS
20912 Ctrl-A
20913 Ctrl-B
20914 Ctrl-C
20915 Ctrl-D
20916 Ctrl-E
20917 Ctrl-F
20918 Ctrl-G
20919 Ctrl-H
20920 Ctrl-I
20921 Ctrl-J
20922 Ctrl-K
20923 Ctrl-L
20924 Ctrl-M
20925 Ctrl-N
20926 Ctrl-O
20927 Ctrl-P
20928 Ctrl-Q
20929 Ctrl-R
20930 Ctrl-S
20931 Ctrl-T
20932 Ctrl-U
20933 Ctrl-V
20934 Ctrl-W
20935 Ctrl-X
20936 Ctrl-Y
20937 Ctrl-Z
20938 Ctrl[
20939 Ctrl\
20940 Ctrl]
20941 Ctrl^
20942 Ctrl_
20943 Ctrl-GreyEnter
20944 Grey/
20990 Not assigned
20991 Assigned
0 ;■■■■[ File dialog ]■■■■
21000 %s
21001 %-12s %-9s %3s %02d, %4d %02d:%02d%cm
21002 %-12s %-9d %3s %02d, %4d %02d:%02d%cm
21003 <Dir>
21004 ~F~iles
21005 ~D~irectories
21006 ~O~pen
21007 ~O~k
21008 ~R~eplace
21009 ~C~lear
21010 Cancel
21011 Help
21012 Directory
21013 Open a File
21014 File ~n~ame
21015 *.PAS
21016 Retrieve options
21017 ~C~onfiguration file name
21018 *.CFG
21019 Save File As
21020 ~S~ave file as
21021 *.PAS
21022 Open a help file
21023 Help file ~n~ame
21024 *.VDH
21025 Load program
21026 Program ~n~ame
21027 *.EXE
21028 Read block from file
21029 ~R~ead block from
21030 *.*
21031 Write block to file
21032 ~W~rite block to
21033 *.*
21034 Primary file
21035 ~P~rimary program file
21036 *.PAS
21051 Jan
21052 Feb
21053 Mar
21054 Apr
21055 May
21056 Jun
21057 Jul
21058 Aug
21059 Sep
21060 Oct
21061 Nov
21062 Dec
0 ;■■■■[ ChDir dialog ]■■■■
21200 Change Directory
21201 Directory ~n~ame
21202 Directory ~t~ree
21203 O~K~
21204 ~C~hdir
21205 ~R~evert
21206 ~H~elp
0 ;■■■■[ Evaluate/Modify dialog ]■■■■
21220 Evaluate and Modify
21221 E~x~pression
21222 ~R~esult
21223 ~N~ew value
21224 ~E~valuate
21225 ~M~odify
21226 Cancel
21227 Help
0 ;■■■■[ Directories dialog ]■■■■
21240 Directories
21241 ~O~utput directory
21242 ~I~nclude directories
21243 ~U~nit directories
21244 ~L~ibrary directories
21245 ~R~esource directories
0 ;■■■■[ Debugger dialog ]■■■■
21260 Debugger
21261 Display s~w~apping
21262 ~N~one
21263 ~R~un only
21264 S~m~art
21266 ~I~nteger format
21267 ~H~ex
21268 ~D~ecimal
21269 ~B~oth
21271 Debu~g~ging
21272 Debug ~s~tartup code
21274 ~U~ser screen delay
0 ;■■■■[ Mouse Dialog ]■■■■
21290 Mouse options
21291 Nothing
21292 Topic search
21293 Search
21294 Search again
21295 Replace
21296 Go to cursor
21297 Breakpoint
21298 Inspect
21299 Evaluate
21300 Add watch
21302 ~C~trl+Right button
21303 ~A~lt+Right button
21304 ~S~hift+Right button
21305 ~M~ouse double click
21306 Fast Medium Slow
21307 ~R~everse mouse buttons
0 ;■■■■[ Window List ]■■■■
21320 Window List
21321 ~W~indows
21322 ~D~elete
0 ;■■■■[ Linker dialog ]■■■■
21330 Linker
21331 ~F~ull screen
21332 ~C~ompatible with PM
21333 ~P~M application
21335 Application
21336 ~R~un from VDM
21337 Pack ~e~xecutable
21338 ~I~mage is based
21340 Options
21341 ~A~lignment
21342 ~B~ase
21343 LINK~3~86 options
21344 ~O~ther options
21345 Linker pat~h~
21347 /BAS:0x%X
21348 /A:%d
21349 /BAT /NOL
21350 /PM:NOVIO
21351 /PM:VIO
21352 /PM:PM
21353 /E
21354 /RUNFROMVDM
21355 /M:FULL
21360 Map file
21361 ~N~one
21362 ~S~egments only
21363 ~D~etailed
0 ;■■■■[ RC dialog ]■■■■
21370 Resource compiler
21371 ~O~ptions
21372 ~R~C path
21377 RCPP.EXE
0 ;■■■■[ Color dialog ]■■■■
21390 Colors
21391 ~G~roup
21392 ~I~tem
21393 ~F~oreground
21394 ~B~ackground
21395 Text
21396 ~C~olor
21397 Normal
21398 Highlight
21399 Underline
21400 Inverse
21410 Desktop
21411 Menus
21412 Dialogs
21413 Editor
21414 Help
21415 Data window
21416 Low level
21417 Breakpoints
21418 Syntax
21450 Color
21451 Normal
21452 Disabled
21453 Shortcut
21454 Selected
21455 Selected disabled
21456 Shortcut selected
21460 Frame/background
21461 Frame icons
21462 Scroll bar page
21463 Scroll bar icons
21464 Static text
21465 Label normal
21466 Label selected
21467 Label shortcut
21468 Button normal
21469 Button default
21470 Button selected
21471 Button disabled
21472 Button shortcut
21473 Button shadow
21474 Cluster normal
21475 Cluster selected
21476 Cluster shortcut
21477 Cluster disabled
21478 Input normal
21479 Input selected
21480 Input arrow
21481 History button
21482 History sides
21483 History bar page
21484 History bar icons
21485 List normal
21486 List focused
21487 List selected
21488 List divider
21489 Information pane
21500 Frame passive
21501 Frame active
21502 Frame icons
21503 Scroll bar page
21504 Scroll bar icon
21505 Normal text
21506 Selected text
21507 Error message
21508 Breakpoint
21509 Source position
21510 BP on source pos
21520 Example
21521 Normal keyword
21522 Highlight keyword
21523 Highlight color #1
21524 Highlight color #2
21530 Changed text
21531 Breakpoint
21532 Highlighted text
21533 Source line
21540 Whitespace
21541 Comments '{'...'}'
21542 Comments '(*'...'*)'
21543 Reserved words
21544 Identifiers
21545 Symbols
21546 Strings
21547 Numbers
21548 Assembler
0 ;■■■■[ Compiler dialog ]■■■■
21600 Compiler
21601 Code generation
21602 Align ~c~ode
21603 ~A~lign data
21604 Align rec/ob~j~
21605 Stack ~f~rame
21606 Original names
21611 Runtime errors
21612 ~R~ange checking
21613 ~S~tack checking
21614 ~I~/O checking
21615 Overflo~w~ checking
21621 CPU
21622 ~3~86
21623 ~4~86
21624 P~5~
21631 Syntax options
21632 Strict ~v~ar-strings
21633 Complete ~b~oolean eval
21634 E~x~tended syntax
21635 ~T~yped @ operator
21636 Open ~p~arameters
21641 Optimize for
21642 Sp~e~ed
21643 Si~z~e
21651 Debugging
21652 ~D~ebug information
21653 ~L~ocal symbols
21654 Line nu~m~bers
21655 Assembl~y~ output
21661 Co~n~ditional defines
21662 Stac~k~ size
21671 Optimization
21672 Fast self p~o~inter
21673 Smart linkin~g~
21680 Calling convention
21681 Pascal
21682 Far16
21683 C
21684 StdCall
0 ;■■■■[ Macro list dialog ]■■■■
21700 Macro list
21701 ~M~acro
21702 ~K~ey Shift
21703 %-13s %-8s
21704 ~P~layBack
21705 ~N~ew
21706 ~R~emove
21707 Remove ~a~ll
21708 Ne~w~
21709 ~D~elete
21710 Delete a~l~l
0 ;■■■■[ Editor dialog ]■■■■
21740 Editor
21741 ~E~ditor options
21742 ~C~reate backup files
21743 ~I~nsert mode
21744 ~A~uto indent mode
21745 S~m~art tab
21746 ~U~NIX text
21747 ~O~ptimal fill
21748 ~B~ackspace unidents
21749 ~P~ersistent blocks
21750 Tru~n~cate spaces
21751 ~S~yntax highlight
21752 B~l~ock insert cursor
21753 ~F~ind text at cursor
21760 ~T~ab size
21761 ~H~ighlight extensions
0 ;■■■■[ Preferences dialog ]■■■■
21780 Preferences
21781 Screen si~z~e
21782 ~2~5
21783 ~4~3/50
21790 Source ~t~racking
21791 ~N~ew window
21792 ~C~urrent window
21800 ~A~uto save
21801 Editor ~f~iles
21802 ~E~nvironment
21803 ~D~esktop
21810 ~O~ptions
21811 C~h~ange dir on open
21812 ~L~CD color set
21813 ~W~indow shadow
0 ;■■■■[ Save Options dialog ]■■■■
21830 Save options
21831 ~E~nvironment
21832 ~D~esktop
21840 ~S~ave to
0 ;■■■■[ Unit list ]■■■■
21860 Unit list
0 ;■■■■[ Help Search dialog ]■■■■
21880 Search
21881 ~S~earch for
21890 Scope
21891 ~T~his topic
21892 ~I~ndex
21893 ~A~ll topics
21900 Options
21901 ~C~ase sensitive
21902 ~W~hole words only
0 ;■■■[ Find and Replace Dialogs ] ■■■
21920 Find
21921 Replace
21922 ~T~ext to find
21923 ~N~ew text
21930 Options
21931 ~C~ase sensitive
21932 ~W~hole words only
21933 ~R~egular expression
21940 Direction
21941 Forwar~d~
21942 ~B~ackward
21950 Scope
21951 ~G~lobal
21952 ~S~elected text
21960 Origin
21961 ~F~rom cursor
21962 ~E~ntire scope
21971 ~C~ase sensitive
21972 ~W~hole words only
21973 ~R~egular expression
21974 ~P~rompt on replace
21980 Change ~a~ll
0 ;■■■■[ Print dialog ]■■■■
22000 Print
22001 Printer port
22002 LPT~1~
22003 LPT~2~
22010 ~F~ile
22011 ~B~lock
0 ;■■■■■■■■■■■■■■■■■■■■■■[ Menu Items ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
0 ;■■■■■■[ MAIN MENU ]■■■■■■
23000 ~F~ile
23001 ~O~pen...
23002 ~N~ew
23003 ~S~ave
23004 S~a~ve as...
23005 Sa~v~e all
23006 ~L~oad program...
23007 ~C~hange dir...
23008 ~P~rint
23009 OS s~h~ell
23010 E~x~it
0 ;■■■■■■■■■■■■■■
23020 ~E~dit
23021 ~U~ndo
23022 ~R~edo
23023 Cu~t~
23024 ~C~opy
23025 ~P~aste
23026 C~l~ear
23027 ~S~how clipboard
23028 Copy scree~n~
0 ;■■■■■■■■■■■■■■
23040 ~S~earch
23041 ~F~ind...
23042 ~R~eplace...
23043 ~S~earch again
23044 ~I~ncremental search...
23045 ~G~o to line number...
23046 Show last ~c~ompiler error
23047 Find ~p~rocedure...
23048 Find ~e~rror...
0 ;■■■■■■■■■■■■■■
23060 ~R~un
23061 ~R~un
23062 ~G~o to cursor
23063 ~T~race into
23064 ~S~tep over
23065 ~E~xecute to...
23066 ~U~ntil return
23067 A~n~imate
23068 ~T~race into...
23069 ~S~tep over...
23070 ~I~nstruction trace...
23071 ~I~nstruction trace
23072 P~a~rameters...
23073 Reset ~p~rogram
23074 Restart pr~o~gram
0 ;■■■■■■■■■■■■■■
23080 ~C~ompile
23081 ~C~ompile
23082 ~M~ake
23083 ~B~uild
23084 ~P~rimary file...
23085 C~l~ear primary file
23086 M~e~ssages
0 ;■■■■■■■■■■■■■■
23100 ~V~iew
23101 ~B~reakpoints
23102 Call ~s~tack
23103 ~L~og
23104 ~W~atches
23105 ~V~ariables
23106 ~U~nits...
23107 ~T~hreads...
23108 ~H~ierarchy
23109 ~C~PU
23110 ~D~ump
23111 ~R~egisters
23112 ~N~umeric coprocessor
23113 E~x~ceptions...
23114 Us~e~r screen
0 ;■■■■■■■■■■■■■■
23120 ~D~ebug
23121 ~I~nspect...
23122 ~E~valuate/modify...
23123 Add ~w~atch...
23124 ~T~oggle breakpoint
23125 ~B~reakpoint at...
23126 Delete ~a~ll breakpoints
0 ;■■■■■■■■■■■■■■
23140 ~O~ptions
23141 ~C~ompiler...
23142 ~L~inker...
23143 ~R~esource compiler...
23144 De~b~ugger...
23145 ~D~irectories...
0 ;■■■■■■
23146 ~M~acros
23147 ~C~reate...
23148 ~S~top recording
23149 ~L~ist~...
23150 ~D~isplay key codes...
0 ;■■■■■■
23151 ~E~nvironment
23152 ~P~references...
23153 ~E~ditor...
23154 ~M~ouse...
23155 ~C~olors...
0 ;■■■■■■
23156 ~S~ave options...
23157 Retrie~v~e options...
0 ;■■■■■■■■■■■■■■
23180 ~W~indow
23181 ~T~ile
23182 C~a~scade
23183 Cl~o~se all
23184 ~R~efresh display
23185 ~S~ize/Move
23186 ~Z~oom
23187 ~N~ext
23188 ~P~revious
23189 ~C~lose
23190 ~L~ist...
0 ;■■■■■■■■■■■■■■
23200 ~H~elp
23201 ~C~ontents
23202 ~I~ndex
23203 ~T~opic search
23204 ~P~revious topic
23205 ~H~elp on help
23206 Help ~w~indow...
23207 ~A~bout...
0 ;■■■■■■[ Register/Flags Window ]■■■■■■
23300 Regs
23301 ~I~ncrement
23302 ~D~ecrement
23303 ~Z~ero
23304 ~C~hange...
23306 ~T~oggle
23310 ~Ctrl: I~-Increment
23311 ~D~-Decrement
23312 ~Z~-Zero
23313 ~C~-Change
23315 ~Ctrl: T~-Toggle
23320 eax %04X-%04Xebx %04X-%04Xecx %04X-%04Xedx %04X-%04Xesi %04X-%04Xedi %04X-%04Xebp %04X-%04Xesp %04X-%04Xefl %04X-%04Xeip %04X-%04X cs .....%04X ds .....%04X es .....%04X ss .....%04X fs .....%04X gs .....%04X
23321 c=%dz=%ds=%do=%dp=%da=%di=%dd=%d
0 ;■■■■■■[ NCP Window ]■■■■■■
23340 Ncp
23341 ~Z~ero
23342 ~E~mpty
23343 ~C~hange...
23345 ~T~oggle
23346 ~C~hange...
23350 ~Ctrl: Z~-Zero
23351 ~E~-Empty
23352 ~C~-Change
23354 ~Ctrl: T~-Toggle
23355 ~C~-Change
23360 %-5s ST(%d) %-27s %04x %04x %04x %04x %04x
23361 Valid
23362 Zero
23363 Spec.
23364 Empty
23365 ie=%xde=%xze=%xoe=%xue=%xpe=%xsf=%xes=%xcc=%xst=%x
23368 %04x
23369 im=%xdm=%xzm=%xom=%xum=%xpm=%xpc=%xrc=%xic=%x
23371 IPTR = %04x:%08x (%s)
23372 OPTR = %04x:%08x
23373 OPCODE = %03x
23374 No program loaded
23375 Coprocessor is not used yet
23376 No coprocessor available
0 ;■■■■■■[ Log Window ]■■■■■■
23380 Log
23381 ~O~pen log file...
23382 ~C~lose log file
23383 ~L~ogging
23384 ~A~dd comment...
23385 ~E~rase log
23387 No
23388 Yes
23390 ~Ctrl: O~-Open
23391 ~C~-Close
23392 ~L~-Logging
23393 ~A~-Add comment
23394 ~E~-Erase
23400 Open a log file
23401 Log file ~n~ame
23405 to '%s'
23406 (Disabled)
23407 Virtual Pascal log file^M^J
0 ;■■■■■■[ CPU Window / Stack Pane ]■■■■■■
23440 Cpu
23441 ~G~oto...
23442 ~O~rigin
23443 ~F~ollow
23444 ~P~revious
23445 ~C~hange...
23450 ~Ctrl: G~-Goto
23451 ~O~-Origin
23452 ~F~-Follow
23453 ~P~-Previous
23454 ~C~-Change
23460 cs
23461 ds
23462 es
23463 ss
23464 fs
23465 gs
23466 %04X
23467 %4s:%08X%c%08X
23468 %4s:%04X %c%08X
23469 %4s:%08X%c%04X |
23470 %4s:%04X %c%04X |
23471 %4s:%08X%c????????
23472 %4s:%04X %c????????
23473 %4s:%08X%c???? |
23474 %4s:%04X %c???? |
0 ;■■■■■■[ CPU Window / Code Pane ]■■■■■■
23500 ~G~oto...
23501 ~O~rigin
23502 ~F~ollow
23503 ~C~aller
23504 ~P~revious
23505 ~S~earch...
23506 ~N~ext
23507 ~V~iew source
23508 ~M~ixed
23509 ─
23510 Ne~w~ CS:eIP
23511 ~A~ssemble...
23515 No
23516 Yes
23517 Both
23530 ~Ctrl: G~-Goto
23531 ~O~-Org
23532 ~F~-Fol
23533 ~C~-Caller
23534 ~P~-Prv
23535 ~S~-Srch
23536 ~N~-Next
23537 ~V~-View
23538 ~M~-Mixed
23539 ~W~-New
23540 ~A~-Asm
23550 %4s:%04X%c%-16s%c%s%-53s
23551 %4s:%05X%c%-15s%c%s%-53s
23552 %4s:%08X%c%-12s%c%s%-53s
23553 es
23554 cs
23555 ss
23556 ds
23557 fs
23558 gs
23560 %s%s.%d %-80s
23571 %01X
23572 %02X
23573 %03X
23574 %04X
23575 %05X
23576 %06X
23577 %07X
23578 %08X
23580 ']' expected
0 ;■■■■■■[ Dump Window ]■■■■■■
23600 Dump
23601 ~G~oto
23602 │~F~ollow
23603 ~N~ear code
23604 ~F~ar code
23605 ~O~ffset to data
23606 ~S~egment:offset to data
23607 ~B~ase segment:0 to data
23609 ~P~revious
23610 ~C~hange
23611 │~D~isplay As
23612 ~B~yte
23613 ~W~ord
23614 ~D~Word
23615 ~C~omp
23616 ~S~ingle
23617 D~o~uble
23618 ~E~xtended
23620 ─
23621 ~M~arker
23622 Fi~x~up
23623 ~R~emove fixup
23624 Fi~l~ter
23625 │~B~lock
23626 ~C~lear
23627 ~M~ove
23628 ~S~et
23629 ~R~ead
23630 ~W~rite
23632 ─
23633 ~S~earch
23634 ~N~ext
23640 Off
23641 On
23650 ~Ctrl: G~-Goto
23651 ~S~-Search
23652 ~N~-Next
23653 ~C~-Change
23654 ~F~-Follow
23655 ~P~-Previous
23656 ~D~-Display
23657 ~B~-Block
23660 %4s:%04X %-66s
23661 %4s:%05X %-66s
23662 %4s:%08X %-66s
23663 %02X
23664 %04X
23665 %08X
23666 %04X%s
23667 %05X%s
23668 %08X%s
23669 M=%X%c%X
23670 F=%s
0 ;■■■■■■[ Stack Window ]■■■■■■
23700 Call stack
23701 ~I~nspect
23702 ~L~ocals
23710 ~Ctrl: I~-Inspect
23711 ~L~-Locals
0 ;■■■■■■[ Watches Window ]■■■■■■
23720 Watches
23721 ~A~dd...
23722 ~M~odify...
23723 ~R~emove
23724 ~D~elete all
23725 ~E~nable
23730 ~Ctrl: A~-Add
23731 ~M~-Modify
23732 ~R~-Remove
23733 ~D~-Delete all
23734 ~E~-Enable
23740 <disabled>
0 ;■■■■■■[ Messages Window ]■■■■■■
23760 Messages
23761 ~C~lear
23770 ~Ctrl: C~-Clear
0 ;■■■■■■[ Threads Dialog ]■■■■■■
23800 Threads
23801 %04X %04X %6s %-9s%6d %-20s
23802 PID TID State Schedule Priority Location
23803 ~S~tate
23810 Thawed
23811 Frozen
23820 Runnable
23821 Suspended
23822 Blocked
23823 CritSec
28830 %04X:%08X
0 ;■■■■■■[ Exceptions Dialog ]■■■■■■
23900 Exceptions
23901 XCPT_GUARD_PAGE_VIOLATION
23902 XCPT_UNABLE_TO_GROW_STACK
23903 XCPT_DATATYPE_MISALIGNMENT
23904 XCPT_ACCESS_VIOLATION
23905 XCPT_ILLEGAL_INSTRUCTION
23906 XCPT_FLOAT_DENORMAL_OPERAND
23907 XCPT_FLOAT_DIVIDE_BY_ZERO
23908 XCPT_FLOAT_INEXACT_RESULT
23909 XCPT_FLOAT_INVALID_OPERATION
23910 XCPT_FLOAT_OVERFLOW
23911 XCPT_FLOAT_STACK_CHECK
23912 XCPT_FLOAT_UNDERFLOW
23913 XCPT_INTEGER_DIVIDE_BY_ZERO
23914 XCPT_INTEGER_OVERFLOW
23915 XCPT_PRIVILEGED_INSTRUCTION
23916 XCPT_IN_PAGE_ERROR
23917 XCPT_PROCESS_TERMINATE
23918 XCPT_ASYNC_PROCESS_TERMINATE
23919 XCPT_NONCONTINUABLE_EXCEPTION
23920 XCPT_INVALID_DISPOSITION
23921 XCPT_INVALID_LOCK_SEQUENCE
23922 XCPT_ARRAY_BOUNDS_EXCEEDED
23923 XCPT_B1NPX_ERRATA_02
23924 XCPT_UNWIND
23925 XCPT_BAD_STACK
23926 XCPT_INVALID_UNWIND_TARGET
23927 XCPT_SIGNAL
23928 **UNKNOWN**
23950 [ ]
23951 [√]
23952 Break ~E~xceptions
23953 ~B~reak
23954 ~A~ll
23955 ~N~one
0 ;■■■■■■[ Breakpoints Window ]■■■■■■
23960 Breakpoints
23961 ~C~hange options...
23962 ~E~nable
23963 ~A~dd...
23964 ~R~emove...
23965 ~D~elete all...
23966 ~I~nspect
23970 ~Ctrl: C~-Change options
23971 ~E~-Enable
23972 ~A~-Add
23973 ~R~-Remove
23974 ~D~-Delete all
23975 ~I~-Inspect
23980 Address State Type Size Action Condition Pass Log expression
23981 %25s %-3s %-10s %-3s %-6s %-15s %-5d %-15s
23982 Execute
23983 Write
23984 Read/Write
23985 Br
23986 Log
23987 [ ]
23988 [√]
23989 [^O]
23990 Change options
23991 Add a breakpoint
23992 Breakpoint at
23995 $%04X:$%08X
23996 %s#%d
24000 ~T~ype
24001 Execute
24002 Byte Write
24003 Byte Read/Write
24004 Word Write
24005 Word Read/Write
24006 DWord Write
24007 DWord Read/Write
24010 ~A~ddress
24011 Ac~t~ion
24012 Break
24013 Log
24020 ~E~nabled
24030 ~P~ass count
24031 ~C~ondition
24032 ~L~og expression
0 ;■■■■■■[ Editor Window ]■■■■■■
24100 Open file at ~c~ursor
24101 Op~t~ions...
24102 ─
24103 ~I~nspect
24104 ~W~atch
24105 ─
24106 ~O~rigin
24107 ~G~oto
24108 ~V~iew code
24130 ~Ctrl: C~-File at cursor
24131 ~T~-Options
24132 ~I~-Inspect
24133 ~W~-Watch
24134 ~O~-Origin
24135 ~G~-Goto
24136 ~V~-View
24160 Clipboard
24161 Untitled
0 ;■■■■■■[ Help Window ]■■■■■■
24200 Help:
24201 C~o~ntents
24202 ~I~ndex Shift-F1
24203 ~P~revious topic Alt-F1
24204 ~S~earch
24205 ~N~ext
24206 ─
24207 ~C~opy Ctrl-Ins
24208 Copy ~e~xample
24220 ~Ctrl: O~-Contents
24221 ~I~-Index
24222 ~S~-Search
24223 ~N~-Next
24224 ~P~-Previous
24225 ~C~-Copy
24226 ~E~-Copy example
0 ;■■■■■■■■■■■■■■■■■■■■■■[ Log file Messages ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
27000 Process '%s' is started, PID=%04X
27001 Failed to load process '%s'
27002 Module '%s' is loaded, MTE = %04X, Number of segments = %d
27003 Module '%s' is freed
27004 New thread is created, TID = %04X
27005 Thread (TID = %04X) is terminated, Return code = %d
27006 Process is terminated, ExitCode = %d, Exit Type = %s
27007 Process is terminated by debugger
27008 Cannot terminate process, error code = %d
27009 Runtime error %d at %08X
27010 Runtime error %d at %08X Exception %08X (%s)
27200 Normal exit
27201 Hard error halt
27202 Trap (16-bit process)
27203 Unintercepted DosKillProcess
27204 Exception (32-bit process)
27205 Unknown
0 ;■■■■■■■■■■■■■■■■■■■■■■[ Status line messages ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
27300 Loading program ~'%s'~ ...
27301 Searching ... Press ~any~ key to abort search
27302 Animating ... Press ~any~ key to stop
27303 Saving configuration ...
27304 Restoring configuration ...
27305 Searching for: ~'%s'~
0 ;■■■■■■■■■■■■■■■■■■■■■■[ Error Messages ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
28000 %s
28001 Invalid breakpoint in %s on line %d. Set breakpoint anyway?
28002 Line too long, truncated
28003 Unable to open file '%s'
28004 Replace this occurrence?
28005 Error reading file '%s'
28006 Error writing file '%s'
28007 Error creating file '%s'
28008 %s has been modified. Save?
28009 Save untitled file?
28010 Search string '%s' not found
28011 Delete all ?
28012 Unable to create configuration file
28013 Disk full
28014 Error writing configuration file
28015 Unable to open configuration file
28016 Error reading configuration file
28017 Invalid configuration file
28018 Invalid numeric input
28019 Cannot change register value
28020 Cannot change coprocessor register
28021 Already logging to a file
28022 Cannot open file '%s'
28023 File '%s' already exists, overwrite ?
28024 Cannot change memory contents
28025 Search instruction or byte sequence is not found
28026 Cannot modify code at this address
28027 Value not within the valid range. Valid range is:^M^J^C%d - %d
28028 Value not within the valid range. Valid range is:^M^J^C$%X - $%X
28029 File '%s' is not found
28030 Cannot open executable file '%s'
28031 Error reading file '%s'
28032 Error loading program '%s'
28033 Cannot start debugging session. Error Code = %d
28034 Tile/Cascade area too small to complete request
28035 There is not enough memory available to complete operation
28036 Cannot open help file, %s
28037 Invalid help file format
28038 Too many files to display
28039 Cannot terminate process, error code = %d
28040 No program loaded
28041 Reload program so parameters take effect?
28042 Press key to assign macro to
28043 Overwrite existing macro on selected key?
28044 Already recording, do you want to abort?
28045 Press the desired key
28046 Key: <%s>, Key Code = %d($%02X), Extended = %d($%02X), %s
28047 Invalid drive or directory
28048 Invalid file name
28049 Invalid directory
28050 Unexpected end of line encountered
28051 Cannot read memory
28052 No previous search expression
28053 Search byte sequence is not found
28054 Too many watches
28055 Too many datapoints, continue ?
28056 Printer error
28057
28058 Exception %s (%08X) at %08X
28059 DosDebug error, EC = %d
28060 Cannot create pipe
28061 Cannot execute '%s', error code = %d
28998 %d, %d, %s
28999 Get help on this message
0 ;■■■■■■■■■■■■■■■■■■■■■■[ Prompt Dialogs ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
29000 Enter new value
29001 Enter new coprocessor register value
29002 Enter new status word value
29003 Enter new control word value
29004 Enter comment to add to end of log
29005 Enter address to position to
29006 Enter new value
29007 Enter address to position to
29008 Enter search instruction or bytes
29009 Enter instruction to assemble
29010 Enter command line parameters
29011 Enter address to position to
29012 Enter new data bytes
29013 Enter new value for word
29014 Enter new value for double word
29015 Enter new value for comp
29016 Enter new value for single
29017 Enter new value for double
29018 Enter new value for extended
29019 Enter fixup expression
29020 Enter memory address, count
29021 Enter memory address, count
29022 Enter memory address, count
29023 Enter source address, destination, count
29024 Enter address, count, byte value
29025 Enter search bytes
29026 Enter expression to watch
29027 Edit watch expression
29028 Enter animate delay (10ths of sec)
29029 Enter code address to execute to
29030 Enter new line number
29031 Enter code address to position to
29032 Enter procedure or function name
29033 Enter error address
29998 Enter item promted for in dialog box
29999 Get help on this dialog
0 ;■■■■■■■■■■■■■■■■■■■■■■[ IDE Main Menu Hints ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
30000 Exit Virtual Pascal
+1 Temporarily exit to OS/2
+1 Print either the contents of the active Edit window or selected text
+1 Choose a new default directory
+1 Load new program for debugging
+1 Save all modified files
+1 Save the current file under a different name, directory, or drive
+1 Save the file in the active Edit window
+1 Create a new file in a new Edit window
+1 Locate and open a file in an Edit window
+1 Copy current window or dialog screen to the Clipboard
+1 Open the Clipboard window
+1 Delete the selected text
+1 Insert selected text from the Clipboard at the cursor position
+1 Copy the selected text to the Clipboard
+1 Remove the selected text and put it in the Clipboard
+1 Redo previously undone editor operation
+1 Undo previous editor operation
+1 Move the cursor to the position of a runtime error
+1 Search for a procedure or function declaration while debugging
+1 Move the cursor to the position of the last compiler error
+1 Move the cursor to a specified line number
+1 Incremental search for text
+1 Repeat the last Find or Replace command
+1 Search for text and replace it with new text
+1 Search for text
+1 Trace a single machine instruction continuously
+1 Execute source line or instruction, skipping calls continuously
+1 Execute a single source line or instruction continuously
+1 Halt current debugging session, reload program
+1 Halt current debugging session, unload program
+1 Set command-line parameters to be passed to program
+1 Trace a single machine instruction
+1 Trace or Step source lines or instructions continuously
+1 Run until current routine returns to it's caller
+1 Run to specified location
+1 Execute source line or instruction, skipping calls
+1 Execute a single source line or instruction
+1 Run to the cursor location
+1 Run the current program
+1 Open the Messages window
+1 Clear the file previously set with Primary file
+1 Define the file that is the focus of Make and Build
+1 Rebuild source file and all other files
+1 Rebuild source file and all other files that have been modified
+1 Compile source file
+1 Look at the screen of the program being debugged
+1 Open the Exceptions Dialog box
+1 Open the Numeric Coprocessor window
+1 Open the Register window
+1 Open the Memory Dump window
+1 Open the CPU window
+1 Open the Hierarchy window
+1 Open the Threads Dialog box
+1 Open the Units Dialog box
+1 Open the Variables window
+1 Open the Watch window
+1 Open the Log window
+1 Show the procedures the program called to reach this point
+1 Open the breakpoints window
+1 Remove all breakpoints
+1 Set breakpoint at specified address
+1 Set or clear an unconditional breakpoint at the cursor position
+1 Insert a watch expression into the Watch window
+1 Evaluate a variable or expression and display or modify the value
+1 Open inspector on specified variable or expression
+1 Display information on specified keystroke
+1 Open Macro List Dialog to display keystroke macros
+1 Stop recording a keystroke macro
+1 Create a keystroke macro
+1 Customize IDE colors for windows, menus, etc.
+1 Specify mouse settings
+1 Specify editor settings
+1 Specify desktop settings
+1 Load options file previously created with Save Options
+1 Save all the settings you've made in the Options menu
+1 Specify environment settings
+1 Create or remove keystroke macros
+1 Set paths for units, include files, OBJs, and generated files
+1 Set debugger options (standalone, integrated, display swapping)
+1 Set resource compiler options
+1 Set linker options
+1 Set default compiler directives and conditional defines
+1 Show a list of all open windows
+1 Close the active window
+1 Make the previous window active
+1 Make the next window active
+1 Enlarge or restore the size of the active window
+1 Change the size or position of the active window
+1 Redraw the screen
+1 Close all windows on the desktop
+1 Arrange windows on desktop by cascading
+1 Arrange windows on desktop by tiling
+1 Show version and copyright information
+1 Open the Help window
+1 How to use online Help
+1 Redisplay the last-viewed online Help screen
+1 Display help on the word at the cursor
+1 Show index for online Help
+1 Show table of contents for online Help
+1 Get online help
+1 Open, arrange, and list windows
+1 Set defaults for compiler, editor, mouse, debugger, etc.
+1 Evaluate, modify , set breakpoints and watches
+1 Open debugger windows and dialogs
+1 Compile, Make and Build, Information
+1 Execute or single-step through a program, Animate, etc
+1 Text and error search commands
+1 Cut-and-paste editing commands
+1 File management commands (Open, New, Save, etc.)
+1 Open indicated file in a new editor window
0 ;■■■■■■■■■■■■■■■■■■■■■■[ IDE Dialog Hints ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
+1 Perform the action
+1 Do not perform the action
+1 Accept the settings in this dialog box
+1 Close the dialog box without making any changes
+1 Welcome to Virtual Pascal. Press Enter to close this dialog box
0 ;■■■[ File Dialog Box ] ■■■■
+1 Enter directory path and file mask
+1 Type for incremental search
+1 Type for incremental search
+1 Open the specified file into a new editor window
+1 Load the specified file into the active editor window
+1 Clear the file primary file name
+1 Enter program name to load
+1 View a help screen about this dialog box
+1 View a help screen about this dialog box
+1 View a help screen about this dialog box
+1 View a help screen about this dialog box
+1 View a help screen about this dialog box
+1 View a help screen about this dialog box
+1 View a help screen about this dialog box
+1 View a help screen about this dialog box
0 ;■■■[ ChDir Dialog Box ] ■■■
+1 Enter drive and/or directory path
+1 Use cursor keys to navigate through directory tree
+1 Change to the specified directory
+1 Return to the original directory
+1 View a help screen about this dialog box
0 ;■■■[ Window List Box ] ■■■
+1 Use cursor keys to examine windows in window list
+1 Remove the selected entry from the window list
+1 View a help screen about this dialog box
0 ;■■■[ Thread List Box ] ■■■
+1 Use cursor keys to examine threads in thread list
+1 Enable/Disable the selected thread to execute code on Run commands
+1 View a help screen about this dialog box
0 ;■■■[ Exception List Box ] ■■■
+1 Use cursor keys to examine system exceptions in the exception list
+1 Enable/Disable Break on currently highlighted exception
+1 Enable Break on all system exceptions
+1 Disable Break on all system exceptions
+1 View a help screen about this dialog box
0 ;■■■[ Compiler dialog ]■■■
+1 Set code generation compiler options
+1 Specify calling convention
+1 Choose the target CPU type
+1 Select optimization strategy
+1 Set optimization options
+1 Select what kind of runtime error checking to perform
+1 Set compiler syntax options
+1 Enable or disable the generation of information used for debugging
+1 Define conditional compilation symbols
+1 Size of the program's stack ( >=4096 )
+1 View a help screen about this dialog box
0 ;■■■[ Linker dialog ]■■■
+1 Set application type
+1 Program can be run from DOS session
+1 Compress repeated patterns of bytes in the executable file
+1 Specify whether image is based or not
+1 Set the alignment factor in the executable file
+1 Set starting load address for DLL
+1 Set map file
+1 This line shows LINK386 switches corresponding to options specified
+1 Here you may enter any additional LINK386 command line options
+1 Enter path and program name of the linker to use (LINK386.EXE)
+1 View a help screen about this dialog box
0 ;■■■[ RC dialog ]■■■
+1 Enter command line options for resource compiler
+1 Enter path and program name of the resource compiler to use (RC.EXE)
+1 View a help screen about this dialog box
0 ;■■■[ Debugger Dialog Box ] ■■■
+1 Set display update mode
+1 Set integer display format
+1 Enable/disable initialization code debugging
+1 Set user screen delay in tenths of a second
+1 View a help screen about this dialog box
0 ;■■■[ Directories Dialog Box ] ■■■
+1 The directory that stores your .EXE, .DLL, .OBJ and .VPI files
+1 The directories that contain your include files
+1 The directories that contain your unit files
+1 The directories where linker will search your .LIB and .OBJ files
+1 The directories that contain your .RES files
+1 View a help screen about this dialog box
0 ;■■■[ Mouse Options Dialog Box ] ■■■
+1 What action will be done when Ctrl/Alt/Shift+Right button is pressed
+1 Make the active mouse button the rightmost one, not the leftmost
+1 Adjust the double-click speed of your mouse
+1 View a help screen about this dialog box
0 ;■■■[ Color Dialog Box ] ■■■
+1 Use cursor keys to select an IDE group and customize its colors
+1 Use cursor keys to select an item and customize its colors
+1 Use cursor keys to change color of selected item
+1 Select video attribute on a monochrome system
+1 View a help screen about this dialog box
0 ;■■■[ Macro List Box ] ■■■
+1 Use cursor keys to select a keystroke macro
+1 Close dialog box and activate selected keystroke macro
+1 Create new keystroke macro
+1 Delete the selected keystroke macro
+1 Delete all keystroke macros
+1 Use cursor keys to view keys for selected keystroke macro
+1 Insert new keystroke after the selected one
+1 Delete selected keystroke
+1 Delete all keystrokes for the selected keystroke macro
+1 View a help screen about this dialog box
0 ;■■■[ Editor Dialog ] ■■■
+1 Create a backup (.BAK) file whenever you save
+1 Set default Insert or Overwrite mode
+1 Turn on or off auto-indentation
+1 Tab tabs to the next non-whitespace character on the preceding line
+1 Unix text file format: single LF (#10) is a line delimiter
+1 Optimally replace consecutive spaces with tabs
+1 Backspace unindents based on previous starting columns
+1 Selected block remains highlighted in cursor move
+1 Truncate trailing spaces
+1 Enable or disable syntax highlighting
+1 Block cursor on insert mode
+1 Search/Replace text defaults to word at the cursor location
+1 Changes the number of columns to use for tab width
+1 Syntax highlights the files matching the given file masks
+1 View a help screen about this dialog box
0 ;■■■[ Find and Replace Dialogs ] ■■■
+1 Enter literal text or regular expression to search for
+1 Enter text to replace matching text with
+1 Case of letters is significant during search
+1 Consider only whole words during search
+1 Interpret search text as a regular expression
+1 Prompt before replacing text after every match
+1 Search forward from origin
+1 Search backward from origin
+1 Search from origin toward the end of the file
+1 Search exclusively current selected block
+1 Start search from current cursor position
+1 Start search at beginning of scope
+1 Find all occurrences of the search text and replace them
+1 View a help screen about this dialog box
+1 View a help screen about this dialog box
0 ;■■■■[ Print dialog ]■■■■
+1 Choose printer port to print to
+1 Print entire file
+1 Print selected block only
+1 View a help screen about this dialog box
0 ;■■■[ Preferences dialog ]■■■
+1 Display of 25 lines by 80 columns / 43x80 on EGA or 50x80 on VGA
+1 Open new editor window to track source or use the top one
+1 Save modified editor files when you OS shell, run or debug your code
+1 Save environment you quit, OS shell, run or debug your code
+1 Save desktop when you quit, OS shell, run or debug your code
+1 On File│Open, change to that file's directory
+1 Use LCD color set in the IDE
+1 Specify whether window would have a shadow
+1 View a help screen about this dialog box
0 ;■■■[ Save Options dialog ]■■■
+1 Save environment settings to configuration file
+1 Save desktop settings to configuration file
+1 Enter the name of the configuration file to save to
+1 View a help screen about this dialog box
0 ;■■■[ Unit list ]■■■
+1 Select the unit to view or edit it source file
+1 View a help screen about this dialog box
0 ;■■■[ Help Search dialog ]■■■
+1 Enter literal text to search for
+1 Specify what topics will be searched
+1 Case of letters is significant during search
+1 Consider only whole words during search
+1 View a help screen about this dialog box
0 ;■■■[ Breakpoint dialog box ] ■■■
+1 Enter breakpoint address
+1 Set breakpoint type
+1 Set action performed when breakpoint encountered
+1 Toggle whether this breakpoint is enabled/disabled
+1 Enter number of times BP conditions must be met before breaking
+1 Enter expression which must be TRUE for breakpoint to take effect
+1 Enter expression to log when breakpoint encountered
+1 View a help screen about this dialog box
0 ;■■■■■■■■■■■■■■■■■■■■■■[ IDE Local Menu Hints ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
0 ;■■■■■[ Register/Flags ]■■■■■
+1 Increment the highlighted register
+1 Decrement the highlighted regiter
+1 Set the highlighted regiter to zero
+1 Change the value of the highlighted regiter
+1 Toggle the state of the current CPU flag
0 ;■■■■■[ NCP ]■■■■■
+1 Zero the highlighted register
+1 Set highlighted register to empty status
+1 Change the value of the highlighted regiter
+1 Cycle through the available settings
+1 Change the entire value of the control word
+1 Cycle through the available settings
+1 Change the entire value of the status word
0 ;■■■■■[ Log ]■■■■■
+1 Specify disk file name to log to
+1 Stop logging to a disk file
+1 Toggle logging enabled/disabled
+1 Add a comment to the end of the log
+1 Clear the log window
0 ;■■■■■[ Stack Pane of the CPU window ]■■■■■
+1 Set a new stack display address
+1 Show the stack at the current SS:eSP
+1 Use word/dword at cursor as new offset to display
+1 Return to previous address displayed
+1 Change the contents of the current stack word/dword
0 ;■■■■■[ Code Pane of the CPU window ]■■■■■
+1 Set new address for disassembly
+1 Set to current program CS:eIP location
+1 Follow jump or call to destination
+1 Show where current routine called from
+1 Return to previous displayed address
+1 Search for a byte sequence or instruction
+1 Search for next instance of byte sequence or instruction
+1 Show source code for current location
+1 Cycle through disassembly display modes
+1 Set the CS:eIP to the current location
+1 Assemble a new instruction at the current location
0 ;■■■■■[ Data Pane/ Dump Window]■■■■■
+1 Set new address for data display
+1 Use data at cursor as new address for code or data display
+1 Set code pane to near address at cursor
+1 Set code pane to far address at cursor
+1 Set data pane to new offset at cursor
+1 Set data pane to new segment:offset at cursor
+1 Set data pane to segment:0 at cursor
+1 Return to previous address displayed
+1 Change the byte(s) at the cursor location
+1 Set the data display format
+1 Display data as single bytes
+1 Display data as words
+1 Display data as double words
+1 Display data as composite numbers
+1 Display data as single precision (4-byte) floating point
+1 Display data as double precision (8-byte) floating point
+1 Display data as extended precision (10-byte) floating point
+1 Set/Remove marker at current cursor location
+1 Specify fixup expression
+1 Disable fixup expression
+1 Enable/Disable filter on ASCII character dump
+1 Manipulate a block of data
+1 Clear a block of memory
+1 Copy a block of memory to a new address
+1 Set a block of memory to a value
+1 Read from a disk file to a memory block
+1 Write from a memory block to a disk file
+1 Search for a sequence of bytes
+1 Search for next instance of byte sequence
0 ;■■■■■[ Call Stack window ]■■■■■
+1 Show the source code or instructions for the highlighted routine
+1 Show the local variables for the highlighted routine
0 ;■■■■■[ Watches Window ]■■■■■
+1 Insert a watch expression into the Watch window
+1 Edit the currently selected watch expression
+1 Delete the currently selected watch expression
+1 Delete all watch expressions
+1 Enable/Disable the currently selected watch expression
0 ;■■■■■[ Breakpoints Window ]■■■■■
+1 Change the breakpoint condition, actions, state or type
+1 Enable/Disable the currently selected breakpoint
+1 Add a new breakpoint
+1 Delete the currently selected breakpoint
+1 Delete all the breakpoints
+1 View the source code or instructions for selected breakpoint
0 ;■■■■■[ Messages Window ]■■■■■
+1 Delete all messages from window
0 ;■■■■■[ Editor Window ]■■■■■
+1 Open the file indicated by the word under cursor
+1 View and change editor settings
+1 Open an Inspect window for the variable under cursor
+1 Add variable under cursor to the Watches window
+1 Position to the current program location
+1 Position to the address specified
+1 Open a CPU window to show code for the current source line
0 ;■■■■■[ Help Window ]■■■■■
+1 Show table of contents for online help
+1 Show index for online help
+1 Redisplay the last-viewed help topic
+1 Search for text
+1 Search for next occurrence of the text
+1 Copy selected text to the clipboard
+1 Copy example code to the clipboard